Have you tried setting the vertical options on the grid itself?
<Grid VerticalOptions="Start" BackgroundColor="Yellow">
<Label VerticalOptions="Start" BackgroundColor="Green" Text="^^^ I want to get rid of that yellow space ^^^"/>
</Grid>