Really late to the party here; I just wanted to add that in Bootstrap 4, I was able to remove the column margins by adding fluid="true" to the Container and noGutters to the Row, e.g.
{/* ... ... */}
Adding fluid only does not seem to be enough. Sample code is untested.