How to prevent rendering divs in a for loop?

Hello, I’m new to Shopify and I need some advise. I could not figure how to avoid divs.

Here’s my code:


      

        {%- for productImage in product.images -%}
        - 
        {%- endfor -%}
      

      
         
        

          {%- for productImage in product.images -%}
          - 
          {%- endfor -%}
        

        
      

      

    

And this is my Goal: