I was just made aware that you are carrying out this exact same conversation with the email support team. It will be much simpler, much less confusing, and allow for a quicker resolution if there is only one conversation about this issue, instead of two diverging ones.
I will paste in here the reply to your last email, in case it helps anyone else using the theme/plugin you’re using to display these reviews and make this special page template. However, please respond via the email thread, as it looks like you have provided more information there. Thank you!
It seems apparent that this is something being injected by your theme or whatever plugin you’re using to generate these reviews or this special reviews page. We don’t have a “review” div that automatically gets added to the FAQ body/answer. You can look at our code to see this.
That being said, without knowing how this theme/plugin or this special page is configured, the only thing I can think of is do you have comments enabled for the FAQs?… I know WooCommerce uses comments for its review system. And we do have an option to enable WordPress commenting on the FAQ posts. So maybe your theme/plugin is doing something similar and replacing the comments with reviews?… If you disable comments for the FAQs, does that remove the reviews?
Otherwise, you can hide this div with the following CSS:
.ewd-ufaq-faq-body .review-wrapper {
display: none;
}