novostroy
Yes, you can open the file: /templates/ja_property/html/plg_jamegafilter_content/default.php
Remove line from 159 to 168:
<?php if(!empty($this->config->url)): ?>
<div class="hide view-page-search">
<div class="more-info">
<?php echo Jtext::_('TPL_TRY_SEARCH') ;?>
<a href="<?php echo $this->config->url?>">
<?php echo Jtext::_('TPL_ADVANCED_SEARCH') ;?>
</a>
</div>
</div>
<?php endif; ?>