This is untested, but it should work in theory.
In the template forumhome_forumbit_level2_post look for this code:
Code:
<vb:if condition="$show['subforums']">
<div class="subforums">
<h4 class="subforumlistlabel">{vb:rawphrase subforums}:</h4>
<ol class="subforumlist commalist">
{vb:raw forum.subforums}
</ol>
</div>
</vb:if>
And change it to this:
Code:
<vb:if condition="$show['subforums'] AND !in_array($forum['forumid'],array(1,2,3,))">
<div class="subforums">
<h4 class="subforumlistlabel">{vb:rawphrase subforums}:</h4>
<ol class="subforumlist commalist">
{vb:raw forum.subforums}
</ol>
</div>
</vb:if>
Change the ID's 1,2,3 to your forums.