you need to edit file templates/jf_creativia/html/com_k2/jf_creativia/category.php
remove
<section id="options" class="clearfix">
<div id="k2-menu-container">
<ul id="filters" class="option-set clearfix" data-option-key="filter">
<li><a href="#filter" data-option-value="*" class="selected"><?php echo $this->category->name; ?></a></li>
<?php if(isset($this->subCategories) && count($this->subCategories)): ?>
<?php foreach($this->subCategories as $key=>$subCategory): ?>
<li><a href="#filter" data-option-value=".<?php echo $subCategory->name; ?>"><?php echo $subCategory->name; ?></a></li>
<?php endforeach; ?>
<?php endif; ?>
</ul>
</div>
</section> <!-- #options -->