I do not see a picture but what you can do is :
1)Check in what class the or paragraph is in (e.g ) via the Inspect tool or F12.
2)go to your Appearance -> Custom css.
3)Add a display:none to that class in the end of your file and save. (e.g .woo-wrapper-choice{display:none}
There is probably a way to do this using php with hook so it won't generate at all but I cannot check the functions right now.