open templates\hot_destinations\html\com_content\article\default.php
remove or comment with <!-- and --> this code:
Code:
<?php if ($this->params->get('show_page_heading', 1)) : ?>
<h1>
<?php echo $this->escape($this->params->get('page_heading')); ?>
</h1>
<?php endif; ?>