How to remove only the latest sticky post from the loop

So if you’re getting the sticky-post you want removed anyways

I want to do that coz I will make another query to render the latest
sticky post on top of the main loop in a separate ‘div’

Just make a variable, $excludeSticky, with it’s ID, and add an 'post__not_in' => array($excludeSticky), argument in your query.