Can you hide the global header + navigation in lightning

Good afternoon,

Our org currently uses SF Classic and I have setup our environment so that our users pretty much never see the SF Classic UI, they only see Skuid pages (including the global header and sidebar).

Is it possible to hide the Salesforce global header if we decided to upgrade to lightning?

We current use the following Visualforce code to override the standard pages in SF Classic.

<apex:page standardController="Contact" recordsetvar="a" extensions="skuid&#46;Redirects" showHeader="false" sidebar="false" readonly="true" docType="html-5&#46;0" action="{!IF(canUseSkuid,'',redirect)}" title="{!$ObjectType&#46;Contact&#46;labelPlural}"> <skuid:page page="Contact_Tab" /> 

</apex:page>

Salesforce has provided no way to hide the header in Lightning. We are greatly hoping they change this in the future.