figured it out… posting in case anyone else searches for this:
Find the caldera-forms-front.min.js file in the build/js folder & remove the following code:
a(“html, body”).animate({scrollTop:h.offset().top-100},200),
Perfect… works like a charm, thanks so much!