eastway
You can hide it by using this css rule:
.item-page .share-social { display: none !important;}
If you want to remove it completely, go to file:
/templates/ja_phio/html/com_content/article/default.php
at approx line 149, remove this code:
<div class="share-social">
<span class="txt"><?php echo Text::_('TPL_SHARE');?></span>
<div class="addthis_inline_share_toolbox"></div>
</div>