Multiple Form Scripts on website

Hi
I have multiple forms embedded on my new website. Some are the same on one page and other different. Every page has a footer form.
The challenge is that there are 6 scripts in the code at the bottom of every form. This means that the script code is multiplied on the website. If I have a total of 20 forms, then I have 6x20 scripts running. This is causing an error as well as over 1.5 seconds load time.
I did a test on one page and removed all the scripts on all forms except the Footer. They all did what they were supposed to inside KEAP as far as I could see.
Any opinions on what scripts are actually needed and what is not?
Here are the typical 6 scripts…
script type=“text/javascript” src=“https://xh186.infusionsoft.app/app/webTracking/getTrackingCode”>

script type=“text/javascript” src=“https://xh186.infusionsoft.com/app/timezone/timezoneInputJs?xid=aa2ae350b1668a4a4cc80abc726fcfd9”>
script type=“text/javascript” src=“https://xh186.infusionsoft.com/js/jquery/jquery-3.3.1.js”>
script type=“text/javascript” src=“https://xh186.infusionsoft.app/app/webform/overwriteRefererJs”>

The only one that looks specific to the form ID is the timezone. Not sure why because they are all in the same timezone.

This one always has a red cross on the html on all forms…
script src=“https://www.google.com/recaptcha/api.js?onload=onloadInfusionRecaptchaCallback&render=explicit” async=“async” defer=“defer”>

Appreciate any advice.

ps I removed < on script so they did not run but were visible here.