For Joomla 2.5+ You need to open modules/mod_top_extravote/tmpl/default.php and to cut out there:
<a href="<?php echo $item->link; ?>" class="mostvotedext<?php echo $params->get('moduleclass_sfx'); ?>">
<?php echo $item->text;
?></a>
or
<a href="<?php echo $item->link; ?>" class="mostvotedext<?php echo $params->get('moduleclass_sfx'); ?>">
<?php echo $item->text;
?></a>
or
<a href="<?php echo $item->link; ?>" class="mostvotedext<?php echo $params->get('moduleclass_sfx'); ?>">
<?php echo $item->text;
?></a>
It's depend of Your settings. You could cut them all.