You can open this file: ROOT/templates/ja_lens/html/com_k2/ja_lens/category_item.php
At approx line 74-82, remove this snippet of code:
<?php if ($addTimelineBox) : ?>
<div class="item <?php echo $xclass ?> item-timeline year-<?php echo $this->currTimeline; ?>">
<div class="inner item-inner clearfix">
<h2><?php echo $timeline; ?></h2>
<p><?php echo $this->yearCounts[$this->currTimeline]; echo ' item' . ($this->yearCounts[$this->currTimeline] > 1 ? 's' : '') ; ?></p>
</div>
<input class="year-<?php echo $this->currTimeline; ?>" type="hidden" value="<?php echo $this->yearCounts[$this->currTimeline];?>" />
</div>
<?php endif ?>