You can use one of two ways below:
Open templates/ja_mers/css/template.css file
from
.bd-homepage #ja-back-to-top {
position: absolute;
width: 100%;
height: 377px;
top: -245px;
left: 0;
padding: 0;
}
change to
.bd-homepage #ja-back-to-top {
position: absolute;
width: 100%;
height: 377px;
top: -245px;
left: 0;
padding: 0;
display:none;
}
or you can remove it directly from code file
Open templates/ja_mers/blocks/navhelper.php file
Remove this script
<div id="ja-back-to-top"><a href="javascript:scroll(0,0)" title="<?php echo JText::_("BACK_TO_TOP") ?>"><?php echo JText::_('TOP') ?></a></div>