How to remove 'Write a Review' section and 'Ask a Question Section' on my store

@Bobertess

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.template-product div#looxReviews {
    display: none;
}
.template-product form#contact-5568610402469 {
    display: none;
}

Hope this works.

Thanks!