Remove 'Write a Review' Section from Store

Hello GlassyGlossy,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.css

.scm-container .scm-reviews-importer {
    display: none;
}