they definitely kill lcp because of the huge payload being fetched before anything is rendered. try using
content-visibility: auto;
on the slider container to defer rendering if its below the fold. also,
lazy loading images inside a carousel is actually a trap since it can cause layout shifts when they finally pop in during a swipe.