Is it possible to test if a parsys has content without extending and creating a custom version of the parsys? Link to some documentation to the parsys properties is accepted as well.
I have a parsys that I need removed in the event that it is empty given that some classes applied to the parsys are affecting the layout.
You could extract the sling resource of the parsys and then check if it has children:
See the JavaDoc: https://docs.adobe.com/docs/en/aem/6-0/develop/ref/javadoc/org/apache/sling/api/resource/Resource.html#hasChildren%28%29