To remove links under comments list - delete string:
<div id="comments-list-footer"><?php echo $this->getFooter();?></div>
To remove Refresh link from header... replace code:
<h4><?php echo JText::_('Comments'); ?><?php echo $btnRSS; ?><?php echo $btnRefresh; ?></h4>
with
<h4><?php echo JText::_('Comments'); ?></h4>