To hide the title on the single choice option all you need to do is copy and paste the below to the custom CSS field:
.formz-radio .formz-radio-input-label-text>p {display: none !important;}
📝 Additional insights:
Please note that it will hide it from all single-choice fields on the form.