Hi there,
Thanks for updating the thread! Sorry about that, here is the screenshot:

In case you are not able to remove it, you can hide it with CSS. You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
.page.page-id-1741
div#x-section-3
.x-column.x-sm.left-text.x-1-2
.x-text.mtn.ptn p {
display:none;
}
Hope this helps – thanks!