I was looking to remove the pillar on the Redwood theme but I was unable to find someone who had already done this, so I started to mess with the CSS and found this solution.
To remove the pillar you should add this to your CSS
.t-Body-title {
border-style: none !important;
position: static !important;
}
Before:

After:

I hope this is helpful