How to redirect subcategories to a page?

The $1 is grabbing the value from (.*)$, so to remove the subcategory, you’ll need to remove the flag

RewriteRule ^category/symptoms/(.*)$ https://my-site/com/list/ [L,R=301]