Hey Josue,
Just following up with my solution in case anyone has a similar configuration.
I figured out that it was a result of a bbPress plugin which rewrote user permissions (and thus, removed the ability to delete comments for that user role).
The plugin that caused the issue was a brief conflict between GD bbPress Tools and Events Manager. The issue was not a bug in either plugin, but rather the initialization of each upon installation. The GD bbPress Tools plugin introduced new permissions to user roles. However, in doing so, it seems that some user roles were reset.
The fix was simple. In events manager, I simply went to the general tab and expanded the “User Capabilities” section. There, I checked the appropriate permissions for each user role.
Thus, simplified:
1) Install the theme (and child theme if necessary)
2) Install bbPress plugin
3) Install GD bbPress Tools plugin
4) Install Events Manager plugin
5) Check permission settings in GD bbPress Tools & Events Manager plugins to ensure permissions are set correctly for each user role.
6) Works perfectly.