Are any of these xyz fields "secondary" to another field value. For example; if the answer to a field is "no" you might want another field to display asking for more information. Can any of your rules follow that logic?
It is curious that you are trying to hide fields based on the field label; rather than the content or a trigger from another value in the same record.
We often have to build a Section that we hide from all users; but where fields need to be in a form for Form Rules to work. We can control this by a rule which says:
When multiple conditions are true
The user is in the Role Administrator and
The user is not in the Role Administrator
then
Show "Hidden Section"
This prevents a section of fields from being visible to any User (including Administrators) but allows the fields to still "live" in the Form Layout. Admins can always disable/enable the rule if you need to view the hidden section temporarily.