You want to remove the link on the left side of the profile page that says "Home Page" Just remove this code from the MEMBERINFO template:
HTML Code:
<vb:if condition="$prepared['homepage']">
<li>
<a href="{vb:raw prepared.homepage}"><img src="{vb:stylevar imgdir_siteicons}/homepage.png" alt="{vb:rawphrase home_page}" class="inlineimg" /> {vb:rawphrase home_page}</a>
</li>
</vb:if>
If you like plugins better, you can just write on to set $prepared['homepage'] to false and then it won't show either.