The UICollectionViewFlowLayout object always come with a UICollectionView
When placing a UICollectionViewController or a UICollectionView inside my Storyboard I can see that a UICollectionViewFlowLayout object always comes with them.

I have no use for it. How do I delete it?
However, I have no use for it because I'm dealing with the UICollectionViewLayout, which is slightly different and customizable. I can't seem to find a way to delete it. It is also causing issues in my app.
Is there any way to delete the UICollectionViewFlowLayout object?