Hi
You can hide it by CSS:
.item-page .share-social {display: none;}
If you want to remove code completely, you go to file: root/templates/ja_phio/html/com_content/article/default.php
Remove line 149-152:
<div class="share-social">
<span class="txt"><?php echo Text::_('TPL_SHARE');?></span>
<div class="addthis_inline_share_toolbox"></div>
</div>