That's very easy to do, just edit the
adv_portal_ecdownloads template.
Remove this part of the code:
HTML Code:
<if condition="$dl->statstopcontributers > 0">
<tr align="center">
<td class="thead" width="25%"><span class="smallfont">Top Contributors</span></td>
</tr>
<tr align="center">
<td class="alt1">
<fieldset class="fieldset" style="margin:0px 0px 0px 0px">
<legend>Top Contributors</legend>
<div style="padding:0px">
<table cellpadding="0" cellspacing="0" border="0" align="center" width="100%">
$dpanel_contrib_bits
</table>
</div>
</fieldset>
</td>
</tr>
</if>
Edit: CyberRanger was a bit faster

His method is easier to do, but then you also remove the Top Contributors stats from the downloads.php pages. With editing this template, you only remove it from the vBadvanced CMPS module.