Hi reznickova1
You can open this file: /templates/ja_blockk/html/com_content/article/default.php
And look for this line:
<?php // Content is generated by content plugin event "onContentBeforeDisplay"?>
<?php echo $this->item->event->beforeDisplayContent; ?>
This generates that custom field in article page. You can remove this line or move to the place as you wish.
Regards