Hi @gallagherBD,
The space coming from the Layer slider element of Visual composer and there is no option to remove the space. I checked that you added a custom class remove-space at that element.
Please add this CSS code to remove the space after Layerslider.
.remove-space.wpb_content_element{margin-bottom:0;}
The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.
Hope it helps you.
Thanks