tobiasdarin Hi
You can use the following custom CSS code to hide this share section:
.com-content-article.item-page .share-social {display: none;}
in case that you want to remove it completely with PHP code, you can edit this file: root/templates/ja_vega/html/com_content/article/default.php
then comment or remove this code:
<div class="share-social">
<div class="title-txt">
<h6><?php echo Text::_('TPL_SHARE_ARTICLE'); ?></h6>
</div>
<div class="ja-share-button" services="facebook,whatsapp,twitter,linkedin" layout="default" ></div>
</div>
Regards