OK. If those are links on your navbar. Then AdminCP > Style Manager > navbar template
Back up the navbar template code encase you make a mistake. Or you can just simply hit revert template.
Example: Let's say you wanted to remove the Search link and the Arcade link from the navbar on your site
In the navbar template under
<!-- / breadcrumb, login, pm info -->
<!-- nav buttons bar -->
You would find and delete the following to remove the search function link. I'm not recommending this, but just showing this as an example of what to look for in the template.
Code:
<td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td>
Or to remove a link to your Arcade from the navbar. You would find the following and delete it.
Code:
<td class="vbmenu_control"><a href="http://www.usamustangs.com/forum/arcade.php?">Arcade</a></td>